Skip to main content
Version: Upcoming

OptionFlexText

V8 Message Definiton

METADATA

AttributeValue
Topic2750-market-data-options
MLink TokenOptFlexPrint
ProductSRFlex
accessTypeSELECT
MLink EndpointMLink-Live

Table Definition

FieldTypeKeyDefault ValueComment
recordIdCHAR(19)PRI'0000-0000-0000-0000'unique FLEX text key guid
optExchenum - OptExch'None'OPRA participant
textTINYTEXT''complete OPRA FLEX text line
eventTypeenum - FlexEventType'None'type of event this message represents eg RFQ QTE LST
parseErrorTINYTEXT''text parse error if any
eventIdCHAR(19)'0000-0000-0000-0000'OpraFlexEventeventId this message is associated with if parsed
netTimestampBIGINT0timestamp of when this message was received
srcTimestampBIGINT0timestamp from the exchange of when this message was sent

PRIMARY KEY DEFINITION (Unique)

FieldSequence
recordId1

SELECT TABLE EXAMPLE QUERY

SELECT *
FROM `SRFlex`.`MsgOptionFlexText`
WHERE
/* Replace with a CHAR(19) */
`recordId` = 'Example_recordId';

Doc Columns Query

SELECT * FROM SRFlex.doccolumns WHERE TABLE_NAME='OptionFlexText' ORDER BY ordinal_position ASC;